<asp:RadioButtonList id="streamVideoSizeOpt" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" OnSelectedIndexChanged="hlSubmit_Click" AutoPostBack="True" Width="125px" ToolTip="Choose between selecting a pre-set video size or having the ability to provide a resize factor such as 0.50 to display the video at 1/2 of its recording size.">
ToolTip="This option allows the give the ratio from which the video should be rescaled while being transcoded. This option can be particularly useful to help reduce the bitrate of a stream.">1
<asp:DropDownList ID="strmVideo" runat="server" ToolTip="This options allows to specify the codec the video tracks of the input stream should be transcoded to.">
<asp:DropDownList ID="strmAudio" runat="server" ToolTip="This options allows to specify the codec the audio tracks of the input stream should be transcoded to.">
<asp:DropDownList ID="strmAudioChannels" runat="server" ToolTip="This option allows to set the number of channels of the resulting audio stream. This is useful for codecs that don't have support for more than 2 channels, of to lower the bitrate of an audio stream.">
<asp:DropDownList ID="strmVencoder" runat="server" OnSelectedIndexChanged="hlSubmit_Click" AutoPostBack="True" ToolTip="This allows to set the encoder to use to encode the videos stream.">
MaxLength="4" ToolTip="Set the quantizer value for the encoding. A high quantizer will equal a low quality (and smaller file size). A quantizer value between 20 (high quality) and 30 (low quality) should be used. "></asp:TextBox>
<asp:CheckBox ID="strmH264CABAC" runat="server" ToolTip="Stands for Context Adaptive Binary Arithmetic Coding. Improves encoding efficiency at the expense of playback/decoding efficiency. The default option of leaving this setting On is recommended, unless the encoded video is to be played back on devices with limited decoding power (eg. portable devices such as the iPod or high resolution clip playback on the Xbox). "></asp:CheckBox>
<asp:CheckBox ID="strmH264LoopFilter" runat="server" ToolTip='Also known as "de-blocking" filter. Connected with the "Alpha" and "Beta" setting next to it. One of the fundamental differences between H.264 and previous codecs. Should always be enabled or excessive video artifacts may appear.'></asp:CheckBox>
ToolTip="Stands for Context Adaptive Binary Arithmetic Coding. Improves encoding efficiency at the expense of playback/decoding efficiency. The default option of leaving this setting On is recommended, unless the encoded video is to be played back on devices with limited decoding power (eg. portable devices such as the iPod or high resolution clip playback on the Xbox). ">dia</asp:TextBox>
ToolTip='Also known as "Partition Decision". A very important option that determines how x264 makes decisions about motion estimation. The options are available from 1 to 7, with 1 being the fastest (lowest quality) and 7 being the slowest (best quality). A setting of 6 is the most common,'>1</asp:TextBox>